home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / d / devioustools21.dms / devioustools21.adf / utils / 007.lzx / netbeginner / scripts / stopnet < prev   
AmigaDOS Script File  |  1992-05-14  |  586b  |  21 lines

  1. .KEY FLUSH/S
  2. .BRA {
  3. .KET }
  4.  
  5. ; *** This is the stopping script that the AmiTCP/IP ***
  6. ; *** installation process normally create in        ***
  7. ; *** AmiTCP:bin/stopnet                             ***
  8. ; ***                                                ***
  9. ; *** Ceci est le script d'arrêt qui est normalement ***
  10. ; *** créé dans AmiTCP:bin/stopnet lors de           ***
  11. ; *** l'installation de AmiTCP/IP                    ***
  12.  
  13. rx "address AMITCP; KILL" ; Send "KILL" to AmiTCP
  14.  
  15. If {FLUSH}
  16.    Wait 2 secs
  17.    If `rx "Say Show(ports, AMITCP)"` EQ 0
  18.       Avail >NIL: FLUSH
  19.    EndIf
  20. EndIf
  21.